module Ramen
{
	imports
		{
			Base
		}

	item RamenChickenFlat
		{
			Weight    			=	0.8,
			Type    			=	Normal,
			DisplayName 		= 	Chicken Ramen Flat,
			Icon 				=	RamenChickenFlat,
		}

	item RamenChickenPack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Chicken Ramen,
			Icon				=	RamenChickenPack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenChickenFlav
		{
			Weight				=	0.1,
			Type				=	Food,
			DisplayName			=	Chicken Ramen Flavoring,
			Icon				=	RamenChickenFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenChickenFlavEmpty,
		}

	item RamenChickenBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=	NoExplicit,
			DisplayName			=	Chicken Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			UnhappyChange		=	-2,
			BoredomChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories 			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}

	item RamenBeefFlat
		{
			Weight    			=	0.8,
			Type    			=	Normal,
			DisplayName 		=	Beef Ramen Flat,
			Icon 				=	RamenBeefFlat,
		}

	item RamenBeefPack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Beef Ramen,
			Icon				=	RamenBeefPack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenBeefFlav
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Beef Ramen Flavoring,
			Icon				=	RamenBeefFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenBeefFlavEmpty,
		}

	item RamenBeefBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=	NoExplicit,
			DisplayName			=	Beef Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			UnhappyChange		=	-2,
			BoredomChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}

	item RamenShrimpFlat
		{
			Weight    			=	0.8,
			Type    			=	Normal,
			DisplayName			=	Shrimp Ramen Flat,
			Icon 				=	RamenShrimpFlat,
		}

	item RamenShrimpPack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Shrimp Ramen,
			Icon				=	RamenShrimpPack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenShrimpFlav
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Shrimp Ramen Flavoring,
			Icon				=	RamenShrimpFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenShrimpFlavEmpty,
		}

	item RamenShrimpBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=	NoExplicit,
			DisplayName			=	Shrimp Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			BoredomChange		=	-2,
			UnhappyChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories 			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu 	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}

	item RamenCheeseFlat
		{
			Weight    			=	0.8,
			Type				=	Normal,
			DisplayName			=	Cheese Ramen Flat,
			Icon 				=	RamenCheeseFlat,
		}

	item RamenCheesePack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Cheese Ramen,
			Icon				=	RamenCheesePack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenCheeseFlav
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Cheese Ramen Flavoring,
			Icon				=	RamenCheeseFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenCheeseFlavEmpty,
		}

	item RamenCheeseBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=   NoExplicit,
			DisplayName			=	Cheese Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			BoredomChange		=	-2,
			UnhappyChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories 			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}

	item RamenChiliFlat
		{
			Weight    			=	0.8,
			Type				=	Normal,
			DisplayName			=	Chili Ramen Flat,
			Icon 				=	RamenChiliFlat,
		}

	item RamenChiliPack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Chili Ramen,
			Icon				=	RamenChiliPack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenChiliFlav
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Chili Ramen Flavoring,
			Icon				=	RamenChiliFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenCheeseFlavEmpty,
		}

	item RamenChiliBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=   NoExplicit,
			DisplayName			=	Chili Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			BoredomChange		=	-2,
			UnhappyChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories 			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}

	item RamenOrientalFlat
		{
			Weight    			=	0.8,
			Type				=	Normal,
			DisplayName			=	Oriental Ramen Flat,
			Icon 				=	RamenOrientalFlat,
		}

	item RamenOrientalPack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Oriental Ramen,
			Icon				=	RamenOrientalPack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenOrientalFlav
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Oriental Ramen Flavoring,
			Icon				=	RamenOrientalFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenOrientalFlavEmpty,
		}

	item RamenOrientalBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=   NoExplicit,
			DisplayName			=	Oriental Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			BoredomChange		=	-2,
			UnhappyChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories 			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}

	item RamenPorkFlat
		{
			Weight    			=	0.8,
			Type				=	Normal,
			DisplayName			=	Pork Ramen Flat,
			Icon 				=	RamenPorkFlat,
		}

	item RamenPorkPack
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Pork Ramen,
			Icon				=	RamenPorkPack,
			Carbohydrates 		= 	52,
			Proteins 			= 	10,
			Lipids 				= 	14,
			Calories 			= 	380,
			Packaged 			= 	TRUE,
			CantBeFrozen		=	TRUE,
		}

	item RamenPorkFlav
		{
			Weight				=	0.2,
			Type				=	Food,
			DisplayName			=	Pork Ramen Flavoring,
			Icon				=	RamenPorkFlav,
			HungerChange		=	-2,
			ThirstChange		=	20,
			BoredomChange		=	15,
			UnhappyChange		=	20,
			Spice   			=	true,
			EvolvedRecipe 		= 	Soup:2;Stew:2;Pie:2;Stir fry:2;Burger:2;Salad:2;Roasted Vegetables:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
			CantBeFrozen 		= 	TRUE,
			ReplaceOnUse		=	RamenPorkFlavEmpty,
		}

	item RamenPorkBowl
		{
			Weight				=	1,
			Type				=	Food,
			FoodType    		=   NoExplicit,
			DisplayName			=	Pork Ramen Noodles,
			Icon				=	RamenNoodleBowl,
			HungerChange		=	-20,
			BoredomChange		=	-2,
			UnhappyChange		=	-2,
			DaysFresh 			= 	2,
			DaysTotallyRotten	=	4,
			IsCookable			=	TRUE,
			MinutesToCook		=	15,
			MinutesToBurn		=	30,
			Carbohydrates 		= 	23,
			Proteins 			= 	65,
			Lipids 				= 	49,
			Calories 			= 	785,
			EvolvedRecipe 		= 	Soup:20;Stew:20;Sandwich:5;Burger:5;Salad:5,	
			CustomContextMenu	= 	Eat,
			ReplaceOnUse		=	Bowl,
		}
}